<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*html{-webkit-filter: grayscale(100%); 
        -moz-filter: grayscale(100%); 
        -ms-filter: grayscale(100%); 
        -o-filter: grayscale(100%); 
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
        _filter:none;
}*/
/*公用结构*/
.footer{
	display: block;
	width: 100%;
	height: auto;
	background: #393939;
}
.footerTop{
	display: block;
	width: 100%;
	border-bottom: 1px solid #4f4f4f;
}
.footerTopIn{
	display: block;
	padding: 8px 0;
}
.footerTopIn a{
	width: auto;
	margin-right: 42px;
	font-size: 22px;
	color: #fff;
	line-height: 60px;
}
.footerTopIn a img{
	margin-right: 10px;
}
.footerBot{
	display: block;
	padding: 20px 0;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.footerBot a{
	color: #999;
}
.footerBot a:hover{
	color: #fff;
}
.indexHzTit{
	display: block;
	margin: 0 auto 18px;
}
.indexHzTit h3{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin-right: 22px;
}
.indexHzTit div span{
	display: inline-block;
	float: left;
	line-height: 40px;
	padding: 0 12px;
	font-size: 16px;
	position: relative;
	color: #999999;
	cursor: pointer;
}
.indexHzTit div span::after{
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background: #e1e1e1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.indexHzTit div span:last-child::after{
	display: none;
}
.indexHzTit div span:hover{
	color: #a68246;
}
.indexHzTit div span.active{
	color: #a68246;
}
.indexHzDiv li{
	float: left;
	width: 190px;
	height: 82px;
	border-radius: 8px;
	/*box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);*/
	margin-bottom: 12px;
	margin-right: 12px;
	transition: all 400ms;
	text-align: center;
	line-height: 82rpx;
}
.indexHzDiv li img{
	border-radius: 8px;
}
.indexHzDiv li:nth-child(6n){
	margin-right: 0;
}
.indexHzDiv li:hover{
	transform: translateY(-8px);
}

.indexNewsDiv{
	padding: 0 0 30px;
	width: 574px;
	/*background: #f8f8f8;*/
}
.indexNewTop{
	display: block;
	height: 38px;
	margin-bottom: 14px;
	background: url(../images/title01.png) no-repeat left center;
	background-size: auto 40px;
	border-bottom: 3px solid #A68246;
	overflow: hidden;
}
.indexNewTop div{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	padding-left: 16px;
}
.indexNewTop a{
	font-size: 16px;
	color: #999999;
	line-height: 38px;
}
.indexNewTop a img{
	margin-left: 8px;
}
.indexNewsList{
	display: block;
	height: 48px;
	width: 100%;
	position: relative;
	border-bottom: 2px dashed #e9e9e9;
	line-height: 46px;
}
.indexNewsList:last-child{
	border: none;
}
.indexNewsList h5{
	font-size: 14px;
	color: #999999;
}
.indexNewsList h3{
	/*width: 1090px;*/
	width: 480px;
	font-size: 15px;
	color: #666666;
	padding-left: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.indexNewsList::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666666;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.indexNewsList:hover::before{
	background: #a68246;
}
.indexNewsList:hover h3{
	color: #333;
	font-weight: bold;
}
.indexNewsList:hover h5{
	/*color: #a68246;*/
}
.indexWenTab{
	margin-bottom: 8px;
}
.indexWenTab span{
	display: inline-block;
	float: left;
	min-width: 104px;
	text-align: center;
	height: 40px;
	border-radius: 5px;
	background: #f3f3f3;
	line-height: 40px;
	padding: 0 10px;
	margin-right: 10px;
	cursor: pointer;
	font-size: 18px;
}
.indexWenTab span:hover{
	color: #a68246;
}
.indexWenTab span.active{
	background: #a68246;
	color: #fff;
}
.indexDiv{
	display: block;
	/*background: #f5f5f5;*/
	padding: 24px 0 50px;
}
.indexDivTab{
	margin-bottom: 22px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.indexDivTab&gt;li{
	float: left;
	width: 25%;
	height: 130px;
	background: #fff;
	position: relative;
	padding: 30px 30px 0 108px;
	font-size: 14px;
	line-height: 20px;
	color: #afafaf;
	cursor: pointer;
}
.indexDivTab&gt;li h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #333;
	margin-bottom: 5px;
}
.indexDivTab&gt;li img{
	display: block;
	height: 52px;
	width: auto;
	position: absolute;
	left: 36px;
	top: 40px;
}
.indexDivTab&gt;li .img2{
	display: none;
}
.indexDivTab&gt;li.active{
	background: #a68246;
	color: #fff;
}
.indexDivTab&gt;li.active h3{
	color: #fff;
}
.indexDivTab&gt;li::after{
	content: "";
	display: block;
	width: 1px;
	height: 88px;
	border-left: 1px dashed #dddddd;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.indexDivTab&gt;li:nth-child(4n)::after{
	display: none;
}
.indexDivTab&gt;li.active::after{
	display: none;
}
.indexDivTab&gt;li.active .img1{display: none;}
.indexDivTab&gt;li.active .img2{display: block;}
.indexDivTab&gt;li.active::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-top: 9px solid #a68246;
	border-right: 9px solid transparent;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
.indexDiv2{
	display: block;
	padding: 16px 28px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: auto 112px;
	background-position: 1038px 224px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.indexDiv2Img{
	width: 610px;
	height: 322px;
	overflow: hidden;
}
.indexDiv2In{
	width: 482px;
	padding-right: 38px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-top: 36px;
}
.indexDiv2In h3{
	font-size: 20px;
	color: #a68246;
	line-height: 36px;
	margin-bottom: 20px;
}
.indexDiv2In .more{
	display: block;
	width: 120px;
	height: 42px;
	border: 1px solid #a68246;
	margin-top: 46px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #a68246;
	cursor: pointer;
}
.indexDiv2In .more:hover{
	background: #a68246;
	color: #fff;
}
.indexXw2{
	width: 554px;
	height: auto;
}
.indexXw2 a{
	display: block;
	position: relative;
	margin-bottom: 7px;
}
.indexXw2 a:last-child{
	margin-bottom: 0;
}
.indexXw2 a p{
	display: none;
}
.indexXw2 a h3{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding: 0 100px 0 12px;
	-webkit-line-clamp: 1;
}
.indexXw2 a h5{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #a7a7a7;
	line-height: 28px;
}
.indexXw2 a::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666666;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.indexXw2 a:hover h3,
.indexXw2 a:hover h5{
	color: #a68246;
}
.indexXw2 a:hover::before{
	background: #a68246;
}
.indexXw2 a.active{
	margin-bottom: 12px;
	border-bottom: 1px dashed #dbdbdb;
	padding: 4px 0 25px;
}
.indexXw2 a.active h5{
	display: none;
}
.indexXw2 a.active p{
	display: -webkit-box;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}
.indexXw2 a.active::before{
	display: none;
}
.indexXw2 a.active h3{
	padding: 0;
	font-size: 28px;
	line-height: 42px;
	/*color: #a68246;*/
	font-weight: bold;
	margin-bottom: 18px;
	-webkit-line-clamp: 2;
}
.swiperIndexDiv{
	display: block;
	width: 600px;
	height: 398px;
	position: relative;
	overflow: hidden;
}
.swiperIndexDiv .swiper-slide{
	position: relative;
}
.swiperIndexDiv .swiper-slide p{
	display: block;
	width: 100%;
	height: 64px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.4);
	line-height: 64px;
	padding: 0 112px 0 30px;
	color: #fff;
	font-size: 18px;
}
.swiperIndexDiv .swiper-pagination{
	bottom: 20px;
	left: auto;
	right: 20px;
	width: auto;
}
.swiperIndexDiv .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #fff;
	opacity: 0.5;
}
.swiperIndexDiv .swiper-pagination-bullet-active{
	opacity: 1;
}
.index1Top{
	display: block;
	height: 52px;
	margin: 0 auto 6px;
}
.index1Top a{
	font-size: 14px;
	line-height: 52px;
	color: #999999;
}
.index1Top a img{
	margin-left: 8px;
	margin-top: -2px;
}
.index1Top h3{
	font-size: 20px;
	font-weight: bold;
	margin-right: 18px;
	line-height: 52px;
}
.index1Top div span{
	float: left;
	width: auto;
	padding: 0 18px;
	font-size: 16px;
	color: #999999;
	position: relative;
	line-height: 52px;
	cursor: pointer;
}
.index1Top div span::after{
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: #e0e0e0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index1Top div span:last-child::after{
	display: none;
}
.index1Top div span:hover{
	color: #a68246;
}
.index1Top div span.active{
	color: #a68246;
	font-weight: bold;
}
.indexBanner{
	display: block;
	width: 100%;
	/*height: 380px;*/
	height: auto;
	position: relative;
	overflow: hidden;
}
.indexBanner .swiper-button-prev,
.indexBanner .swiper-button-next{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
}
.indexBanner .swiper-button-prev:hover,
.indexBanner .swiper-button-next:hover{
	background: rgba(0, 0, 0, 0.5);
}
.indexBanner .swiper-button-prev::after,
.indexBanner .swiper-button-next::after{
	font-size: 16px;
	color: #fff;
}
.indexBanner .swiper-button-prev{
	left: 50%;
	margin-left: -660px;
}
.indexBanner .swiper-button-next{
	right: 50%;
	margin-right: -660px;
}
.bannerDiv::before{
	content: "";
	display: block;
	width: calc((100% - 1200px)/2);
	height: 64px;
	background: #a68246;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
}

.header{
	display: block;
	height: 75px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	text-align: center;
}
.header&gt;*{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	position: relative;
	width: auto;
}
.header .logo{
	line-height: 75px;
}
.header .logo img{
	display: inline-block;
	vertical-align: middle;
}
.searchBut{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	position: relative;
	padding: 24px 0;
	margin-right: 35px;
	cursor: pointer;
}
.searchBut&gt;div{
	display: none;
	width: 300px;
	height: 50px;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 60;
	padding: 8px 10px;
}
.searchBut&gt;div input{
	float: left;
	width: 210px;
	height: 100%;
	border-radius: 4px;
	background: #f5f5f5;
	font-size: 14px;
	color: #333;
	padding: 0 10px;
}
.searchBut&gt;div div{
	float: left;
	width: 60px;
	height: 100%;
	border-radius: 4px;
	background: #a68246;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	margin-left: 10px;
}
.headerBut{
	width: 96px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background: #a68246;
	font-size: 16px;
	color: #fff;
	margin-top: 16px;
}
.headMenu{
	margin: 0 105px 0 208px;
}
.headMenu&gt;li{
	float: left;
	position: relative;
	margin-right: 52px;
}
.headMenu&gt;li:last-child{
	margin-right: 0;
}
.headMenu&gt;li&gt;a{
	font-size: 16px;
	color: #707070;
	line-height: 75px;
	position: relative;
	display: block;
}
.headMenu&gt;li:hover&gt;a{
	color: #a68246;
}
.headMenu&gt;li&gt;a.active{
	color: #a68246;
	background: url(../images/menuOn_05.png) no-repeat center 50px;
}
.indexBannerNew{
	display: block;
	width: 574px;
	height: 64px;
	background: url(../images/indexBg2.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 40;
	overflow: hidden;
	color: #fff;
	line-height: 64px;
}
.indexBannerNew h3{
	font-size: 18px;
	font-weight: bold;
	margin-left: 32px;
	margin-right: 0px;
}
.swiGg{
	width: 430px;
	height: 64px;
	overflow: hidden;
	position: relative;
	line-height: 64px;
}
.swiGg a{
	font-size: 16px;
	color: #fff;
}
/*媒体查询*/
@media screen and (max-width:1600px){
	.headMenu{
		margin: 0 80px 0 120px;
	}
	.headMenu&gt;li{margin-right: 30px;}
}

.footerNew{
	display: block;
	background: #555;
	padding: 13px 0 20px;
}
.footerNewTop{
	display: block;
	line-height: 32px;
	font-size: 14px;
	color: #ddd;
}
.footerNewTop a{
	display: inline-block;
	vertical-align: top;
	color: #ddd;
	margin-left: 22px;
	line-height: 32px;
}
.footerNewTop a img{
	display: inline-block;
	vertical-align: top;
	height: 32px;
	width: auto;
	margin-right: 4px;
}
.footerNewBot{
	display: block;
	margin-top: 15px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.32);
	line-height: 30px;
}
.footerNewBot a{
	color: rgba(255, 255, 255, 0.32);
}
.footerNewBot a:hover{
	color: #fff;
}
.footerNewBotNav a{
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin-right: 70px;
	color: #fff;
	position: relative;
	display: block;
}
.footerNewBotNav a::after{
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background: #747474;
	position: absolute;
	top: 50%;
	right: -38px;
	transform: translateY(-50%);
}
.footerNewBotNav a:last-child::after{
	display: none;
}


.indexNews3{
	width: 365px;
	height: auto;
	margin-right: 52px;
	margin-bottom: 20px;
}
.indexNews3:nth-child(3n){
	margin-right: 0;
}
.indexNews3In a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
.indexNews3In a:hover{
	color: #333;
	font-weight: bold;
}
.indexNewTop a:hover{
	color: #A68246;
}
.indexYe{
	display: block;
	height: auto;
	padding: 32px 39px 12px;
	background: linear-gradient(180deg, rgba(213, 191, 154, 0.18) 0%, rgba(233, 233, 233, 0.18) 100%);
	/*opacity: 0.18;*/
	border-radius: 10px 10px 0px 0px;
}

.indexYeDiv&gt;li{
	float: left;
	width: 545px;
	background: #fff;
	border-radius: 16px;
	margin-bottom: 30px;
	padding: 42px 30px 25px;
	min-height: 390px;
}
.indexYeDiv&gt;li:nth-child(2n){
	float: right;
}
.indexYeDiv&gt;li h3{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #666666;
	margin-bottom: 20px;
}
.indexYeDiv&gt;li h5{
	font-size: 15px;
	line-height: 26px;
	color: #999999;
	padding: 0 32px;
}
.indexYeDiv&gt;li&gt;div{
	display: block;
	margin-top: 20px;
	font-size: 18px;
	line-height: 42px;
	color: #333;
	padding-left: 34px;
	min-height: 126px;
}
.indexYeDiv&gt;li&gt;div a{
	color: #333;
}
.indexYeDiv&gt;li .more{
	display: block;
	width: 90px;
	height: 32px;
	border: 1px solid #A68246;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #A68246;
	margin-left: 392px;
	margin-top: 26px;
}
.indexYeDiv&gt;li .more:hover{
	background: #A68246;
	color: #fff;
}
.indexYeDiv&gt;li&gt;div .dian{
	margin-right: 10px;
}
.indexYeDiv&gt;li&gt;div a:hover{
	color: #A68246;
}
.indexYeTit{
	display: flex;
	height: 42px;
	align-items: center;
	margin-bottom: 22px;
	font-size: 32px;
	font-weight: bold;
	line-height: 42px;
	color: #A68246;
}
.indexYeTit img{
	margin-right: 15px;
}



.bannerBg{
	height: 270px;
}
.bannerIn{
	padding-top: 93px;
	padding-left: 58px;
}
.bannerIn h3{
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom: 8px;
}
.bannerIn h5{
	font-size: 26px;
	line-height: 35px;
	color: #FFFFFF;
	opacity: 0.3;
	text-transform: uppercase;
}
.aboutTabs{
	margin: 20px auto 0;
	font-size: 0;
	text-align: center;
}
.aboutTabs a{
	display: inline-block;
	vertical-align: top;
	margin: 0 22px;
	margin-bottom: 20px;
	padding: 9px 26px;
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	border-radius: 24px;
}
.aboutTabs a:hover{
	color: #A68246;
}
.aboutTabs a.active{
	color: #fff;
	background: #A68246;
}
.jianjie{
	display: block;
	padding: 0 65px 60px;
	background: #fff;
	margin: 0 auto 44px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.jianjie p{
	margin-bottom: 10px;
}
.jianjieTit{
	display: block;
	padding: 36px 0;
	font-size: 30px;
	line-height: 48px;
	color: #333333;
	text-align: center;
}
.jianjieNumber{
	display: block;
	margin: 38px 0 40px;
}
.jianjieNumber&gt;li{
	width: 25%;
	float: left;
	height: auto;
	text-align: center;
	position: relative;
	min-height: 106px;
}
.jianjieNumber&gt;li h5{
	font-size: 20px;
	line-height: 28px;
	color: #888888;
	margin-top: 12px;
}
.jianjieNumber&gt;li h3{
	font-size: 52px;
	color: #333333;
	line-height: 70px;
	height: 70px;
}
.zigongsi{
	padding: 0 43px 50px;
	min-height: 656px;
	background: #fff;
	margin: 0 auto 100px;
	border-radius: 10px;
}
.nyTitle01 h3{
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.nyTitle01{
	display: block;
	padding: 50px 0 30px;
	border-bottom: 3px solid #C8C8C8;
}
.gsList{
	padding-top: 10px;
}
.gsListDiv{
	float: left;
	display: block;
	width: 349px;
	height: 162px;
	border-radius: 6px;
	box-shadow: 0px 8px 39px rgba(0, 0, 0, 0.11);
	background: #fff;
	margin-top: 36px;
	padding: 30px 42px 10px;
	font-size: 24px;
	line-height: 32px;
	color: #666;
	margin-right: 33px;
}
.gsListDiv p{
	height: 64px;
	margin-bottom: 20px;
}
.gsListDiv:hover{
	color: #A68246;
}
.gsListDiv em{
	display: block;
	width: 33px;
	height: 33px;
	background: rgba(187, 187, 187, 0.39);
	border-radius: 50%;
	float: right;
	text-align: center;
	line-height: 33px;
	font-family: "宋体";
	font-size: 18px;
	color: #fff;
	font-weight: 800;
}
.gsListDiv:hover em{
	background: #A68246;
}
.gsListDiv:nth-child(3n){
	margin-right: 0;
}

.hezuo{
	width: 1200px;
	background: #fff;
	border-radius: 10px;
	padding: 0 85px 30px;
	margin-bottom: 68px;
}
.hzTit{
	display: block;
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	padding: 46px 0 30px;
}
.hezuoDiv{
	margin-bottom: 20px;	
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
}
.hezuoDiv li{
	float: left;
	width: calc( 100% / 6 );
	height: 93px;
	border-bottom: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	text-align: center;
	line-height: 92px;
	overflow: hidden;
}
.hezuoDiv li img{
	transition: all 500ms;
}
.hezuoDiv li:hover img{
	transform: scale(1.04);
}
.lianxi{
	background: #fff;
	margin: 0 auto 50px;
	border-radius: 10px;
	padding: 0 92px 54px;
}
.lxBot{
	display: block;
	padding: 30px 0 48px;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	border-top: 1px solid #E2E2E2;
}
.lxBot h3{
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 18px;
	color: #666666;
}
.lxBot h3 img{
	margin-right: 12px;
}
.lxTop li{
	position: relative;
	float: left;
	height: 235px;
	padding-top: 46px;
}
.lxTop li:nth-child(1){
	width: 200px;
}
.lxTop li:nth-child(2){
	width: 260px;
	padding-left: 60px;
}
.lxTop li:nth-child(3){
	width: 252px;
	padding-left: 60px;
}
.lxTop li:nth-child(4){
	width: 200px;
	padding-left: 60px;
}
.lxTop li div{
	height: 34px;
	margin-bottom: 16px;
}
.lxTop li h5{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #666666;
}
.lxTop li h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	margin-top: 4px;
}
.lxTop li::after{
	content: "";
	display: block;
	width: 1px;
	height: 175px;
	background: #E2E2E2;
	position: absolute;
	right: 0;
	top: 38px;
}
.lxTop li:last-child::after{
	display: none;
}
.title02{
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.title02 a{
	height: 52px;
	font-size: 16px;
	color: #666;
	padding: 20px 24px 0;
	line-height: 20px;
}
.title02 a:hover{
	color: #a68246;
}
.jsList{
	display: block;
	width: 100%;
	height: 46px;
	font-size: 18px;
	color: #666666;
	line-height: 46px;
}
.jsList h3{
	width: 1000px;
	padding-left: 26px;
	position: relative;
}
.jsList h3::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #C91116;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
}
.jsList:hover{
	color: #A68246;
}
.ywDivLeft{
	width: 600px;
	height: 416px;
	overflow: hidden;
	position: relative;
}
.ywDivLeft .swiper-slide{
	position: relative;
}
.ywDivLeftBot{
	display: block;
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.39);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	padding: 0 72px 0 150px;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	line-height: 70px;
}
.ywDivLeft .swiper-pagination{
	width: auto;
	left: 74px;
	bottom: 0;
	height: 70px;
	line-height: 62px;
	font-size: 26px;
	color: #fff;
}
.ywDivLeft .swiper-pagination .swiper-pagination-current{
	font-size: 36px;
	color: #FF0000;
}
.ywDivLeft .swiper-button-prev, 
.ywDivLeft .swiper-button-next{
	top: auto;
	margin-top: 0;
	bottom: 0;
	height: 70px;
	color: #fff;
	padding: 0 20px;
}
.ywDivLeft .swiper-button-prev::after, 
.ywDivLeft .swiper-button-next::after{
	font-size: 18px;
}
.ywDivRight{
	width: 568px;
}
.ywDivIn{
	display: block;
	padding: 22px 0;
	border-bottom: 1px solid #E5E5E5;
}
.ywDivIn:first-child{
	padding-top: 0;
}
.ywDivIn:last-child{
	border: none;
	padding-bottom: 0;
}
.ywDivIn h2{
	font-size: 25px;
	line-height: 38px;
	color: #000000;
}
.ywDivInList{
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 40px;
	color: #666666;
}
.ywDivIn&gt;div{
	padding-top: 16px;
}
.ywDivInList::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #C91116;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.ywDivInList:hover{
	color: #A68246;
}
.weizhi li{
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.weizhi li a{
	color: #666666;
}
.weizhi li a:hover{
	color: #A68246;
}

.title03{
	display: block;
	text-align: center;
}
.title03 h3{
	font-size: 36px;
	line-height: 48px;
	color: #333333;
}
.title03 em{
	display: block;
	width: 26px;
	height: 4px;
	background: #A68246;
	margin: 10px auto 0;	
}
.yewuList{
	float: left;
	width: 584px;
	height: 328px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #fff;
	padding: 33px 49px 20px;
	position: relative;
}
.yewuList:nth-child(2n){
	float: right;
}
.yewuList h3{
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	height: 36px;
	margin-bottom: 16px;
}
.yewuList p{
	display: block;
	height: 52px;
	font-size: 15px;
	line-height: 26px;
	color: #999999;
}
.yewuList&gt;em{
	display: block;
	width: 100%;
	height: 1px;
	background: #E1E1E1;
	margin: 20px 0 14px;
}
.yewuList h5{
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 12px;
}
.yewuList li{
	float: left;
	width: 230px;
	height: 30px;
	background: rgba(246, 242, 236, 0.39);
	border-radius: 5px;
	font-size: 15px;
	color: #A68246;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 14px;
}
.yewuList li:nth-child(2n){
	float: right;
}
.yewuList&gt;span{
	display: block;
	width: 90px;
	height: 30px;
	border: 1px solid #A68246;
	position: absolute;
	top: 38px;
	right: 50px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #A68246;
}
.yewuList:hover{
	border-color: #A68246;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.ywTabs{
	display: block;
	min-width: 182px;
	height: 52px;
	border-radius: 26px;
	text-align: center;
	padding: 0 20px;
	margin-right: 25px;
	background: #fff;
	line-height: 52px;
	font-size: 20px;
	color: #333;
	margin-top: 18px;
}
.ywTabs:hover{
	color: #A68246;
}
.ywTabs.active{
	background: #A68246;
	color: #fff;
}

.ywDet{
	position: relative;
	margin-bottom: 65px;
}
.ywDetImg{
	position: absolute;
	top: -86px;
	right: -122px;
	z-index: 20;
	display: block;
	width: 129px;
}
.ywDetDiv&gt;li{
	margin-bottom: 16px;
	display: block;
	border-radius: 15px;
	background: #fff;
	padding: 30px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	min-height: 168px;
}
.ywDetTab{
	display: block;
	width: 145px;
	height: 46px;
	border-radius: 15px 0 15px 0;
	margin-bottom: 12px;
	text-align: center;
	line-height: 46px;
	font-size: 22px;
	color: #fff;
	background: #A68246;
}
.ywDetH3{
	display: block;
	position: relative;
	padding-left: 42px;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-bottom: 5px;
}
.ywDetH3 em{
	display: block;
	width: 32px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: #A68246;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.ywMainTab{
	display: block;
	width: 104px;
	height: 38px;
	border-radius: 19px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #A68246;
	font-size: 16px;
	color: #A68246;
	margin: 10px 0 14px;
}
.ywDetTit01{
	font-size: 20px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.yw-h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	padding-top: 18px;
	padding-left: 4px;
}
.hzCase{
	width: 544px;
	height: 324px;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.09);
	opacity: 1;
	border-radius: 10px;
	padding: 25px 36px 20px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
}
.hzCase h3{
	display: block;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	color: #333;
	position: relative;
}
.hzCase h3::before{
	content: "";
	display: block;
	width: 40px;
	height: 46px;
	background: url(../images/douhao1.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -110px;
}
.hzCase h3::after{
	content: "";
	display: block;
	width: 40px;
	height: 46px;
	background: url(../images/douhao2.png) no-repeat center;
	position: absolute;
	right: 50%;
	top: 0;
	margin-right: -110px;
}
.tedian-yw h3{
	min-width: 280px;
	padding-right: 16px;
	margin-top: 10px;
}
.title04{
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}
.djTabs{
	margin: 30px auto 48px;
	text-align: center;
	font-size: 0;
}
.djTabs a{
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 126px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding: 9px 10px;
	margin: 0 10px;
	color: #666;
	border-radius: 24px;
}
.djTabs a:hover{
	color: #E61A1A;
}
.djTabs a.active{
	color: #fff;
	background: #E61A1A;
}

.title05{
	display: block;
	height: 50px;
	background: url(../images/title-10.png) no-repeat center;
	font-size: 28px;
	color: #fff;
	line-height: 50px;
	padding-left: 42px;
}
.jigou{
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	opacity: 1;
}
.jubao&gt;li{
	float: left;
	margin-bottom: 38px;
	line-height: 54px;
	min-width: 29%;
	padding-left: 36px;
}
.jubao&gt;li h2{
	font-size: 18px;
	/*font-weight: bold;*/
	color: #666666;
}
.jubao&gt;li h3{
	font-size: 18px;
	color: #666666;
	min-width: 68px;
}
.jubao&gt;li img{
	width: 54px;
	height: 54px;
	margin-right: 20px;
}
.fagui li{
	float: left;
	width: 555px;
	height: 106px;
	margin-bottom: 50px;
}
.fagui li:nth-child(2n){
	float: right;
}
.faguiList{
	display: block;
	width: 100%;
	height: 100%;
}
.faguiList h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	height: 24px;
	margin-bottom: 10px;
}
.faguiList p{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	height: 20px;
}
.faguiList span{
	display: block;
	width: 70px;
	height: 30px;
	border-radius: 4px;
	background: #ECECEC;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #666;
}
.faguiList:hover h3{
	color: #A68246;
}
.faguiList:hover span{
	background: #A68246;
	color: #fff;
}


.fgTabs{
	margin: 30px auto 40px;
	text-align: center;
	font-size: 0;
}
.fgTabs a{
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 126px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding: 9px 10px;
	margin: 0 10px;
	color: #666;
	border-radius: 24px;
}
.fgTabs a:hover{
	color: #A68246;
}
.fgTabs a.active{
	color: #fff;
	background: #A68246;
}

.fgList{
	height: 142px;
	display: block;
	padding: 25px 0 0 22px;
	position: relative;
	font-size: 14px;
	color: #777;
	line-height: 30px;
	border-bottom: 1px dashed #CFCFCF;
}
.fgList:last-child{
	border: none;
}
.fgListTop{
	height: 28px;
	margin-bottom: 12px;
	line-height: 28px;
}
.fgListTop h3{
	font-size: 18px;
	color: #333333;
	width: 1000px;
}
.fgListTop h5{
	font-size: 14px;
	color: #333333;
}
.fgListTop h5 em{
	font-family: "宋体";
	margin-left: 8px;
}
.fgList:hover .fgListTop h3{
	color: #A68246;
}
.fgList::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #A68246;
	position: absolute;
	left: 4px;
	top: 36px;
}
.newList{
	float: left;
	display: block;
	width: 380px;
	height: 370px;
	margin-bottom: 28px;
	margin-right: 30px;
}
.newList:nth-child(3n){
	margin-right: 0;
}
.newListImg{
	display: block;
	width: 100%;
	height: 246px;
	overflow: hidden;
}
.newListDiv{
	display: block;
	width: 100%;
	height: 124px;
	background: #F3F3F3;
	padding: 12px 28px 0;
}
.newListDiv h5{
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	margin-bottom: 6px;
}
.newListDiv h3{
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	height: 48px;
}
.newListDiv h4{
	text-align: right;
	font-size: 14px;
	color: #A7A7A7;
	line-height: 20px;
}
.newListDiv h4 em{
	font-family: "宋体";
	padding-left: 4px;
}
.newList:hover .newListDiv h3{
	color: #A68246;
}
.detWidth{
	margin: 35px auto 42px;
	font-size: 14px;
	color: #333;
	line-height: 28px;
}
.detMain{
	padding: 0 110px;
}
.detTop{
	display: block;
	padding-bottom: 28px;
	text-align: center;
}
.detTop h2{
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
	color: #333333;
	margin-bottom: 10px;
}
.detTop h4{
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #666666;
	margin-bottom: 22px;
}
.detTop h5{
	font-size: 14px;
	line-height: 20px;
	color: #AAAAAA;
}

.detBot{
	padding: 0 110px;
	margin-top: 32px;
}
.detBot&gt;div{
	width: 430px;
	height: 46px;
	border: 1px solid #999999;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #666;
}
.detBot&gt;div a{
	display: block;
	text-align: center;
	padding: 0 20px;
	color: #666;
}
.detBot&gt;div:hover{
	background: #A68246;
	color: #fff;
	border-color: #A68246;
}
.detBot&gt;div:hover a{
	color: #fff;
}
.detTbas{
	margin-top: 36px;
	font-size: 14px;
	line-height: 28px;
	color: #888888;
	padding: 0 110px;
}
.detTbas a{
	color: #888888;
	margin-right: 10px;
}
.detTbas a:hover{
	color: #A68246;
}
.searchMain{
	margin: 40px auto 60px;
}
.searchLeft{
	width: 746px;
}
.searchRight{
	width: 364px;
	border: 1px solid #DEDEDE;
	padding: 20px 26px 20px;
}
.searchRight a{
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	padding-left: 24px;
	display: block;
}
.searchRight a::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #A68246;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.searchRight a:hover{
	color: #A68246;;
}
.searchRight&gt;h2{
	height: 26px;
	margin-bottom: 8px;
	padding-left: 16px;
	position: relative;
	font-size: 20px;
	color: #A68246;
	line-height: 26px;
}
.searchRight&gt;h2::before{
	content: "";
	display: block;
	width: 4px;
	height: 18px;
	background: #A68246;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.searchTop{
	display: block;
	width: 100%;
	height: 75px;
	position: relative;
	margin-bottom: 20px;
	border-radius: 6px;
	border: 1px solid #707070;
	padding-right: 166px;
}
.searchTop button{
	display: block;
	width: 166px;
	height: 100%;
	background: #A68246;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 6px;
	text-align: center;
	font-size: 22px;
	color: #fff;
}
.searchTop input{
	width: 100%;
	height: 100%;
	padding: 0 34px;
	font-size: 18px;
	color: #333;
}
.searchList{
	display: block;
	position: relative;
	border-bottom: 1px dashed #CFCFCF;
	padding: 25px 0 28px 22px;
	font-size: 14px;
	color: #777777;
	line-height: 30px;
}
.searchList h5{
	color: #AAAAAA;
	line-height: 24px;
	margin-top: 8px;
}
.searchList h3{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 12px;
	padding-right: 120px;
}
.searchList h4{
	position: absolute;
	right: 0;
	top: 25px;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
}
.searchList h4 em{
	font-family: "宋体";
	margin-left: 8px;
}
.searchList:hover h3,
.searchList:hover h4{
	color: #A68246;
}
.searchList::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 36px;
	background:#A68246; 
}
.searchDiv{
	padding-bottom: 28px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
}
.searchDivUl{
	margin-bottom: 16px;
}
.searchDivUl a{
	display: block;
	float: left;
	width: auto;
	padding: 0 5px;
	position: relative;
	margin-right: 50px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #333333;
}
.searchDivUl a:hover{
	color: #A68246;
}
.searchDivUl a.active{
	color: #A68246;
}
.searchDivUl a.active::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #A68246;
	position: absolute;
	bottom: 0;
	left: 0;
}


@media screen and (max-width:1300px){
	.headMenu{margin: 0 50px 0 80px;}
}
@media screen and (max-width:1200px){
	.headMenu{margin: 0 30px 0 40px;}
}



.xf&gt;img{position: fixed;    display: block;    bottom: 0px;     width: 180px;    z-index: 1000;    top: 40.6%;}
.xfl&gt;img{left: 80px;}
.xfr&gt;img{right: 80px;}
@media screen {


  @media (max-width: 1600px) {
	.xfl&gt;img{left: 0px;}
	.xfr&gt;img{right: 0px;}
  }

  @media (max-width: 600px) {

  }
}












</pre></body></html>